PXC Documentation

PXC Home

Array Copy

1.18.0

Copy array or subarray.

Node Data

Display name

Array Copy

Internal name

Node_Array_Copy

Inheritances

Node_Array_Copy

Inputs

Array

int

Starting Index

int

Size

Outputs

any

Array


Create a copy of an array with modifiable range.



Properties


ArrayThe original array.
Starting IndexThe starting index of the original array to copy.
SizeThe amount of elements to copy.



Related Links